diff options
-rwxr-xr-x | adelie-build-cd | 2 | ||||
-rwxr-xr-x | adelie-build-txz | 2 | ||||
-rwxr-xr-x | post-pmmx.sh | 6 | ||||
-rwxr-xr-x | post-ppc64.sh | 2 | ||||
-rwxr-xr-x | post-x86_64.sh | 6 | ||||
-rw-r--r-- | ppc/early.cfg | 2 | ||||
-rw-r--r-- | ppc/early.cfg64 | 2 | ||||
-rw-r--r-- | ppc/grub.cfg | 4 | ||||
-rw-r--r-- | ppc/grub.cfg64 | 6 | ||||
-rw-r--r-- | x86/early.cfg | 2 | ||||
-rw-r--r-- | x86/early.cfg64 | 2 | ||||
-rw-r--r-- | x86/grub.cfg | 4 | ||||
-rw-r--r-- | x86/grub.cfg64 | 4 |
13 files changed, 22 insertions, 22 deletions
diff --git a/adelie-build-cd b/adelie-build-cd index 2920f89..535693b 100755 --- a/adelie-build-cd +++ b/adelie-build-cd @@ -1,7 +1,7 @@ #!/bin/sh def_arch=$(uname -m) -def_ver="1.0-beta3" +def_ver="1.0-beta4" declare -r PROGNAME=$(basename $0) diff --git a/adelie-build-txz b/adelie-build-txz index 85ce46f..0d7bae0 100755 --- a/adelie-build-txz +++ b/adelie-build-txz @@ -1,7 +1,7 @@ #!/bin/sh def_arch=$(uname -m) -def_ver="1.0-beta3" +def_ver="1.0-beta4" declare -r PROGNAME=$(basename $0) diff --git a/post-pmmx.sh b/post-pmmx.sh index 3a62846..e68e387 100755 --- a/post-pmmx.sh +++ b/post-pmmx.sh @@ -19,15 +19,15 @@ cat >cdroot-pmmx/System/Library/CoreServices/SystemVersion.plist <<PLIST <plist version="1.0"> <dict> <key>ProductBuildVersion</key> - <string>1B3</string> + <string>1B4</string> <key>ProductName</key> <string>Adélie Linux</string> <key>ProductVersion</key> - <string>1.0-BETA3</string> + <string>1.0-BETA4</string> </dict> PLIST cp disk-label cdroot-pmmx/System/Library/CoreServices/.disk_label -echo 'Adélie 1.0-BETA3' >cdroot-pmmx/System/Library/CoreServices/.disk_label.contentDetails +echo 'Adélie 1.0-BETA4' >cdroot-pmmx/System/Library/CoreServices/.disk_label.contentDetails cp x86/efi32.exe cdroot-pmmx/System/Library/CoreServices/boot.efi if ! type mkfs.fat>/dev/null; then diff --git a/post-ppc64.sh b/post-ppc64.sh index 3856815..ba6d281 100755 --- a/post-ppc64.sh +++ b/post-ppc64.sh @@ -20,4 +20,4 @@ cp ppc/grub.cfg64 cdroot-ppc64/boot/grub/grub.cfg mkdir cdroot-ppc64/ppc cp cdroot-ppc64/boot/bootinfo.txt cdroot-ppc64/ppc/bootinfo.txt -mv squashroot-ppc64/boot/vmlinux-4.14.88-mc13-easy-power8 cdroot-ppc64/bzImage-p8 +mv squashroot-ppc64/boot/vmlinux-4.14.127-mc14-easy-power8 cdroot-ppc64/bzImage-p8 diff --git a/post-x86_64.sh b/post-x86_64.sh index dec0e7b..3117f86 100755 --- a/post-x86_64.sh +++ b/post-x86_64.sh @@ -19,15 +19,15 @@ cat >cdroot-x86_64/System/Library/CoreServices/SystemVersion.plist <<PLIST <plist version="1.0"> <dict> <key>ProductBuildVersion</key> - <string>1B3</string> + <string>1B4</string> <key>ProductName</key> <string>Adélie Linux</string> <key>ProductVersion</key> - <string>1.0-BETA3</string> + <string>1.0-BETA4</string> </dict> PLIST cp disk-label cdroot-x86_64/System/Library/CoreServices/.disk_label -echo 'Adélie 1.0-BETA3' >cdroot-x86_64/System/Library/CoreServices/.disk_label.contentDetails +echo 'Adélie 1.0-BETA4' >cdroot-x86_64/System/Library/CoreServices/.disk_label.contentDetails cp x86/efi64.exe cdroot-x86_64/System/Library/CoreServices/boot.efi if ! type mkfs.fat>/dev/null; then diff --git a/ppc/early.cfg b/ppc/early.cfg index f0f8579..8568233 100644 --- a/ppc/early.cfg +++ b/ppc/early.cfg @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0b3 ppc" root +search.fs_label "Adelie 1.0b4 ppc" root set prefix=($root)/boot diff --git a/ppc/early.cfg64 b/ppc/early.cfg64 index 2802cba..78e84aa 100644 --- a/ppc/early.cfg64 +++ b/ppc/early.cfg64 @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0b3 ppc64" root +search.fs_label "Adelie 1.0b4 ppc64" root set prefix=($root)/boot diff --git a/ppc/grub.cfg b/ppc/grub.cfg index 22dc6e2..5d7ea3e 100644 --- a/ppc/grub.cfg +++ b/ppc/grub.cfg @@ -1,8 +1,8 @@ -menuentry "Adelie Linux 1.0-BETA3 Live (PowerPC 32-bit)" --class linux --id adelie-live-cd { +menuentry "Adelie Linux 1.0-BETA4 Live (PowerPC 32-bit)" --class linux --id adelie-live-cd { insmod part_apple insmod iso9660 insmod linux - search --label "Adelie 1.0b3 ppc" --hint cd,apple2 + search --label "Adelie 1.0b4 ppc" --hint cd,apple2 linux /bzImage initrd /initrd } diff --git a/ppc/grub.cfg64 b/ppc/grub.cfg64 index f4bbbef..02c6d6b 100644 --- a/ppc/grub.cfg64 +++ b/ppc/grub.cfg64 @@ -1,4 +1,4 @@ -menuentry "Adelie Linux 1.0-BETA3 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 { +menuentry "Adelie Linux 1.0-BETA4 Live (PowerPC 64-bit)" --class linux --id adelie-live-64 { insmod part_apple insmod iso9660 insmod linux @@ -7,11 +7,11 @@ menuentry "Adelie Linux 1.0-BETA3 Live (PowerPC 64-bit)" --class linux --id adel initrd /initrd } -menuentry "Adelie Linux 1.0-BETA3 Live (PowerPC 64-bit - POWER8 and newer CPUs)" --class linux --id adelie-live-p8 { +menuentry "Adelie Linux 1.0-BETA4 Live (PowerPC 64-bit - POWER8 and newer CPUs)" --class linux --id adelie-live-p8 { insmod part_apple insmod iso9660 insmod linux - search --label "Adelie 1.0b3 ppc64" --hint cd,apple2 + search --label "Adelie 1.0b4 ppc64" --hint cd,apple2 linux /bzImage-p8 initrd /initrd } diff --git a/x86/early.cfg b/x86/early.cfg index 4243fb1..259d3e6 100644 --- a/x86/early.cfg +++ b/x86/early.cfg @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0b3 pmmx" root +search.fs_label "Adelie 1.0b4 pmmx" root set prefix=($root)/boot diff --git a/x86/early.cfg64 b/x86/early.cfg64 index 7c98060..e5635f6 100644 --- a/x86/early.cfg64 +++ b/x86/early.cfg64 @@ -1,2 +1,2 @@ -search.fs_label "Adelie 1.0b3 x86_64" root +search.fs_label "Adelie 1.0b4 x86_64" root set prefix=($root)/boot diff --git a/x86/grub.cfg b/x86/grub.cfg index 40e78c9..45c05bf 100644 --- a/x86/grub.cfg +++ b/x86/grub.cfg @@ -1,7 +1,7 @@ -menuentry "Adelie Linux 1.0-BETA3 Live (Intel 32-bit)" --class linux --id adelie-live-cd { +menuentry "Adelie Linux 1.0-BETA4 Live (Intel 32-bit)" --class linux --id adelie-live-cd { insmod iso9660 insmod linux - search --label "Adelie 1.0b3 pmmx" + search --label "Adelie 1.0b4 pmmx" linux /bzImage initrd /initrd } diff --git a/x86/grub.cfg64 b/x86/grub.cfg64 index 81cc8ad..edddd9b 100644 --- a/x86/grub.cfg64 +++ b/x86/grub.cfg64 @@ -1,7 +1,7 @@ -menuentry "Adelie Linux 1.0-BETA3 Live (Intel 64-bit)" --class linux --id adelie-live-64 { +menuentry "Adelie Linux 1.0-BETA4 Live (Intel 64-bit)" --class linux --id adelie-live-64 { insmod iso9660 insmod linux - search --label "Adelie 1.0b3 x86_64" + search --label "Adelie 1.0b4 x86_64" linux /bzImage initrd /initrd } |