Skip to content

Commit

Permalink
fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishimoto Shinobu authored Jul 28, 2020
1 parent 2b2a6c3 commit 7c949b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions usr/bin/ataraxia-installer
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ install_os() {
echo "Installing operating system"
unsquashfs -f -d /mnt /media/cdrom/seiba/seiba.sfs

echo "Generating fstab"
genfstab -U /mnt >> /mnt/etc/fstab

echo "Creating mountpoints"
for i in proc sys dev; do mount --bind /${i} /mnt/${i}; done

Expand Down

0 comments on commit 7c949b7

Please sign in to comment.