Skip to content

Commit 3b35d51

Browse files
committed
Add write permissions without administrative privileges (#13)
1 parent b979000 commit 3b35d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multios-usb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ dd conv=fsync status=none if="$part_efi/grub/i386-pc/boot.img" of="${dev}" bs=1
344344
dd conv=fsync status=none if="$part_efi/grub/i386-pc/core.img" of="${dev}" bs=512 count=2014 seek=34
345345

346346
mv "$log_file" $part_data/MultiOS-USB/install.log
347+
chmod -R o+rw $part_data
347348

348349
sync
349350
umount $part_efi

0 commit comments

Comments
 (0)