From 9620dd6507f23a5d97f097bac3c5553ccaa971b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 14 May 2019 16:47:01 -0300 Subject: [PATCH] stages 2: use a clear label to produce and identify the live CD. Thanks to jxself and kelsoo. :-) --- stages/2/03-initramfs | 2 +- stages/2/04-iso | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stages/2/03-initramfs b/stages/2/03-initramfs index 70cdf20b..2052122e 100755 --- a/stages/2/03-initramfs +++ b/stages/2/03-initramfs @@ -34,7 +34,7 @@ cat << "EOF" > init /bin/busybox mkdir /.UP/cdrom /.UP/squash /.UP/rw /.UP/work /.UP/union # Mount ISO and system image -/bin/busybox mount -n -t iso9660 LABEL=Dragora /.UP/cdrom +/bin/busybox mount -n -t iso9660 LABEL=DragoraLiveCD /.UP/cdrom /bin/busybox mount -n -o loop -t squashfs /.UP/cdrom/dragora.sfs /.UP/squash # Merge Squashfs with OverlayFS diff --git a/stages/2/04-iso b/stages/2/04-iso index f8dfe9b6..9ffe50f5 100755 --- a/stages/2/04-iso +++ b/stages/2/04-iso @@ -101,7 +101,7 @@ $MKISOFS -v -o dragora-live.iso \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -b "isolinux/isolinux.bin" \ -c "isolinux/boot.cat" \ - -A 'Dragora' -V 'Dragora' \ + -A 'DragoraLiveCD' -V 'DragoraLiveCD' \ . unset MKISOFS -- 2.11.4.GIT