Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-system-image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Schauer Marin Rodrigues
reform-system-image
Commits
22ade3ac
Unverified
Commit
22ade3ac
authored
2 years ago
by
Johannes Schauer Marin Rodrigues
Browse files
Options
Downloads
Patches
Plain Diff
add a directory 'repo' that is used as a package source for mkuserland.sh
parent
0d905f44
No related branches found
No related tags found
No related merge requests found
Pipeline
#824
passed
2 years ago
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
reform2-imx8mq/mkuserland.sh
+4
-1
4 additions, 1 deletion
reform2-imx8mq/mkuserland.sh
reform2-imx8mq/repo/README
+1
-0
1 addition, 0 deletions
reform2-imx8mq/repo/README
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
22ade3ac
...
...
@@ -12,7 +12,7 @@ build:
apt-get --no-install-recommends -y install arch-test binfmt-support qemu-user-static
arch-test arm64
apt-get --no-install-recommends -y install -t bookworm mmdebstrap genext2fs
apt-get --no-install-recommends -y install ca-certificates e2fsprogs pigz git mount parted
apt-get --no-install-recommends -y install ca-certificates e2fsprogs pigz git mount parted
apt-utils
env --chdir=reform2-imx8mq ./mkimage.sh
pigz ./reform2-imx8mq/reform-system.img
pigz ./reform2-imx8mq/reform-rescue-system.img
...
...
This diff is collapsed.
Click to expand it.
reform2-imx8mq/mkuserland.sh
+
4
−
1
View file @
22ade3ac
...
...
@@ -13,6 +13,9 @@ PKGSUTILS="busybox console-data console-setup cpio file flash-kernel gnupg gpgv
PKGSMISC
=
"brightnessctl brightness-udev ca-certificates debian-archive-keyring dialog gpm ncurses-term locales bash-completion man-db cryptsetup-initramfs linux-image-arm64 linux-headers-arm64 reform-tools reform-handbook"
env
--chdir
=
./repo apt-ftparchive packages
.
>
./repo/Packages
env
--chdir
=
./repo apt-ftparchive
-o
APT::FTPArchive::Release::Codename
=
reform
-o
APT::FTPArchive::Release::Label
=
reform release
.
>
./repo/Release
mmdebstrap
\
--architectures
=
arm64
\
--components
=
main
\
...
...
@@ -57,4 +60,4 @@ mmdebstrap \
--customize-hook
=
'chroot "$1" sed -i "s/^root:[^:]\+:/root::/" /etc/shadow'
\
--customize-hook
=
'rm "$1"/etc/resolv.conf'
\
--customize-hook
=
'rm "$1"/var/lib/dbus/machine-id'
${
comment
#gets regenerated by dbus
}
\
unstable target-userland.tar http://deb.debian.org/debian
"deb [trusted=yes] https://mntre.com/reform-debian-repo reform main"
unstable target-userland.tar http://deb.debian.org/debian
"deb [trusted=yes] https://mntre.com/reform-debian-repo reform main"
"deb [trusted=yes] copy://
$(
pwd
)
/repo ./"
This diff is collapsed.
Click to expand it.
reform2-imx8mq/repo/README
0 → 100644
+
1
−
0
View file @
22ade3ac
All *.deb files placed into this directory will be considered for installation.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment