Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
429f1d18
Commit
429f1d18
authored
Dec 20, 2018
by
Ivan A. Melnikov
Committed by
Michael Shigorin
Jan 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mipsel-mitx: add root and boot partitions to /etc/fstab
parent
d5ae97e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
40-fstab
features.in/mipsel-mitx/rootfs/image-scripts.d/40-fstab
+7
-0
No files found.
features.in/mipsel-mitx/rootfs/image-scripts.d/40-fstab
0 → 100755
View file @
429f1d18
#!/bin/sh -efu
# remove rootfs entry
sed
-i
'/rootfs/d'
/etc/fstab
echo
"/dev/sda6 / ext4 relatime 1 1"
>>
/etc/fstab
echo
"/dev/sda1 /boot ext4 defaults 1 2"
>>
/etc/fstab
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment