diff options
| author | navewindre <boneyaard@gmail.com> | 2025-06-18 07:56:49 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-06-18 07:56:49 +0200 |
| commit | 2ded66b21525e2d4df56ffdd5d4e320087bd9e38 (patch) | |
| tree | c7a7436cc9c988e2aeb5b77fd598bb23dddfe905 | |
| parent | 5f87c831c169a174d1ba64a6f5152c06a02e1bca (diff) | |
a
| -rwxr-xr-x | slackware-bootstrap/kernel | 2 | ||||
| -rw-r--r-- | slackware-bootstrap/step2 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/slackware-bootstrap/kernel b/slackware-bootstrap/kernel index 742c0ff..97574ae 100755 --- a/slackware-bootstrap/kernel +++ b/slackware-bootstrap/kernel @@ -30,7 +30,7 @@ if [[ $dirstr != '' ]]; then echo "==================== [ kernel update ] ==========================" echo "your kernel has been updated. in order to boot, you will need" - echo "you will need to update your bootloader config." + echo "to update your bootloader config." echo "if you do not use LILO, or do not boot off of your slackware disk" echo "simply input 'n'" echo "=================================================================" diff --git a/slackware-bootstrap/step2 b/slackware-bootstrap/step2 index 4b04b0b..ffc4b1d 100644 --- a/slackware-bootstrap/step2 +++ b/slackware-bootstrap/step2 @@ -3,6 +3,8 @@ basedir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) kernelver="6.15.2" +rm /root/.bash_profile + sh $basedir/slpkg sh $basedir/multilib |
